home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00479.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  116 b   |  9 lines

  1. on exitFrame
  2.   global mysound
  3.   if the soundBusy of 1 then
  4.     go(marker(0))
  5.   else
  6.     puppetSound(0)
  7.   end if
  8. end
  9.